Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.core.runtime.jobs.Job

Packages that use Job
org.eclipse.core.internal.resources   
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity. 
org.eclipse.team.core.subscribers   
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.progress   
 

Uses of Job in org.eclipse.core.internal.resources
 

Subclasses of Job in org.eclipse.core.internal.resources
 class org.eclipse.core.internal.resources.InternalWorkspaceJob
          Batches the activity of a job as a single operation, without obtaining the workspace lock.
 

Uses of Job in org.eclipse.core.resources
 

Subclasses of Job in org.eclipse.core.resources
 class WorkspaceJob
          A job that makes an atomic modification to the workspace.
 

Uses of Job in org.eclipse.core.runtime.jobs
 

Methods in org.eclipse.core.runtime.jobs that return Job
 Job IJobManager.currentJob()
          Returns the job that is currently running in this thread, or null if there is no currently running job.
 Job[] IJobManager.find(Object family)
          Returns all waiting, executing and sleeping jobs belonging to the given family.
 Job IJobChangeEvent.getJob()
          The job on which this event occurred.
 

Methods in org.eclipse.core.runtime.jobs with parameters of type Job
abstract  IProgressMonitor ProgressProvider.createMonitor(Job job)
          Provides a new progress monitor instance to be used by the given job.
 

Uses of Job in org.eclipse.team.core.subscribers
 

Methods in org.eclipse.team.core.subscribers that return Job
 Job BackgroundEventHandler.getEventHandlerJob()
           
 

Uses of Job in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part with parameters of type Job
 void MultiPageEditorSite.progressEnd(Job job)
           
 void MultiPageEditorSite.progressStart(Job job)
           
 

Uses of Job in org.eclipse.ui.progress
 

Subclasses of Job in org.eclipse.ui.progress
 class UIJob
           
 class WorkbenchJob
          WorkbenchJob is a type of job that implements a done listener and does the shutdown checks before scheduling that are required by workbench jobs.
 

Methods in org.eclipse.ui.progress with parameters of type Job
 void IWorkbenchSiteProgressService.schedule(Job job, long delay)
          Schedule the job in the progress service.
 void IWorkbenchSiteProgressService.schedule(Job job)
          Schedule the job in the progress service.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.